BTW I run Arch Debian NixOS


Coded portable games

Coded 2048 for Watchy, and tetris for BornHack badge 2022


🗓️ Created: 2024-04-09 | Modified: 2025-05-04

Watchy 2048 BH 2022 badge tetris

I was quite fascinated with these devices and decided to do a weekend project for each of them (2 weekends total)

Checkout the awesome Bornhack 2022 badge

and the awesome E-Paper watch: Watchy

Tetris code


Comments

INSERT INTO comment(nickname, visitor_url, contact, show_contact, comment, public) VALUES (
, , , , ,
);
(Will await approval before becoming public)

SELECT id, nickname, comment, page_url, visitor_url, (CASE WHEN show_contact THEN contact ELSE NULL END) as contact_info, created_at
FROM comment WHERE approved AND public AND page_url = '/Coded portable games' ORDER BY created_at DESC;
*No comments*